/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  

*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.wp {margin: 0 auto;width: 1400px;}
.wp2{margin: 0 auto;width: 1540px;}
body{padding-top: 130px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
     height: 130px;
    padding-left: 125px;
    padding-right: 323px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.hdtel{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 323px;
  background: #0d62bd url(../images/ico0.png) no-repeat left 22px center;
  color:#fff;
  font-size: 16px;
  padding:40px 0 0 73px;
   height: 130px;
}
.hdtel span{
  font-family: ArialMT;
  font-size: 22px;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 130px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    display: block;
    line-height:130px;
    margin: 0 24px;
    text-align: center;
}
.nav li:hover .v1{
  color: #0D62BD;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0d62bd ;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0d62bd ;
}
.nav .tel{
  font-size:22px;
  color:#000000;
  font-family: Arial;
  line-height: 120px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
  margin-left: 24px;
  background: url(../images/ico_tel.png) no-repeat left 0 center;
}

.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #1c5bc0;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 

.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 40.83vw;

    min-height: 160px;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 109px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 18px;height: 18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 64px;border-radius: 30px;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 27px;
    position: relative;
    background: url(../images/txt1.png) no-repeat top center;
}
.g-tit .en{
  font-family: Impact;
  font-size: 47px;
  color:#EEEEEE;
  text-transform: uppercase;
  line-height: 1.1;
}
.g-tit .cn{
    color:#010101;
    font-size: 41px;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 11px;
    margin-top: -18px;
}
.g-tit .line{
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 3px;
  background: #0d62bd;
}
.g-tit .desc{
    font-size: 14px;
    color:#666;
    margin-bottom: 4px;
}


.sliderpro.swiper-container{
  margin-top: -53px;
  padding-bottom: 5px;
}
.sliderpro .swiper-slide{
  background: #f8f8f8;
  padding: 34px 30px 30px;
  height: 211px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sliderpro .txt{
  width: 160px;
}
.sliderpro .tit{
  font-size: 16px;
  color:#333333;
  margin-bottom: 9px;
  font-weight: bold;
}
.sliderpro  .desc{
  font-size: 12px;
  color:#555555;
  line-height: 1.67;
  margin-bottom: 24px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 4;
}
.sliderpro a{
  width: 110px;
  height: 29px;
  display: block;
  border-radius: 20px;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  color:#333333;
  border:1px solid #cfcfcf;
}
.sliderpro .pic{
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  width: 164px;
  z-index: 3;
  background-position: right center;
  -webkit-background-size:  auto;
  background-size:  auto;
}
.row1{
    padding: 56px 0 72px;
    overflow: hidden;
}
.m-slider1{   
  overflow: hidden;
  margin-bottom: 56px;
}
.m-slider1 .l{
    width: 312px;
    margin-right: 40px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e7e7e7;
}
.m-slider1 .r{
    float: none;
    overflow: hidden;
}
.g-title1{
  background-color: #0d62bd;
  overflow: hidden;
  padding: 23px 30px;
}
.g-title1 p:first-child{
  font-size: 29px;
  font-weight: bold;
  color:#fff;
  margin-bottom: 4px;
}
.g-title1 span{
  font-size: 22px;
  text-transform: uppercase;
  color:rgba(255, 255, 255, .13);
}
.m-slider1 .l .more{
   display: block;
   font-size: 18px;
   color:#fff;
   padding:0 44px ;
   background-color: #3a3a3a;
   line-height: 113px;
}
.ul-tab{
    padding-bottom: 10px;
    background-color: #242424;
}
.ul-tab li{
  padding: 0 43px;
  line-height: 63px;
  background:  url(../images/ico22.png) no-repeat bottom center;
}
.ul-tab a{
    display: block;
    font-size: 16px;
    color:#fff;
    background: url(../images/ico2.png) no-repeat right center;
}
.ul-tab li:hover{
   background: #2f2f2f;
}
/*.ul-tab li:hover a{
  background-image: url(../images/ico1.png);
}*/
.ul-tab li:last-child{
  background-image: none;
}
.g-pictxt1{
    margin-bottom: 26px;
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    padding:65px 49px 73px;
    color:#fff;
}
.g-pictxt1 .en{
  font-size: 40px;
  color:rgba(255, 255, 255, .44);
  font-family: Impact;
}
.g-pictxt1 .cn{
  line-height: 1.05;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: bold;
}
.g-pictxt1 .t1{
  font-size: 24px;
  margin-bottom: 28px;
  font-weight: bold;
}
.g-pictxt1 a{
  display: block;
  width: 168px;
  height: 46px;
  font-size: 16px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 44px;
  color:#fff;
}


.sliderpro2 .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    height: 0;
    border:1px solid #ececec;
}
.sliderpro2 .tit{
    text-align: center;
    font-size: 14px;
    color:#666666;
    line-height: 49px;
    background-color: #EEEEEE;
}


.g-more{
  margin:0 auto;
  width: 442px;
  height: 52px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 17px;
  background: #0c5eba;
  line-height: 52px;
}
.g-more a{
   color:#fff;
   display: block;
   float: left;
}
.g-more .a1{
  width: 286px;
  text-align: center;
}
.g-more .a2{
  background: #F89E1D;
  border-radius: 30px;
  width: 156px;
  text-align: center;
}
.row2{
  overflow: hidden;
  position: relative;
  padding: 45px 0 48px;
  background: url(../images/bg2.jpg) no-repeat;
}
.row2 a{
  display: block;
  width: 100%;
  height: 100%;
}
.g-video{
  position: absolute;
  width: 105px;
  height: 105px;
  left: 27.24vw;
  top: 50%;
  margin-top: -52.5px;
  background: url(../images/ico3.png) no-repeat;
}
.row2 .txt{
  width: 960px;
  float: right;
  padding: 38px 272px 70px 80px;
  background: #fff url(../images/ico4.png) no-repeat right 135px bottom 20px;
}
.row2 .txt .en{
  font-size: 38px;
  color:#0D62BD;
  margin-bottom: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.row2 .txt .cn{
  font-size: 24px;
  color:#555555;
  margin-bottom: 4px;
  font-weight: bold;
}
.row2 .txt .tit{
  font-size: 44px;
  color:#555555;
  line-height: 1.1;
  font-weight: bold;
  padding-bottom: 31px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dadada;
}
.row2 .txt .title{
  font-size: 18px;
  font-weight: bold;
  color:#555555;
  margin-bottom: 12px;
}
.row2 .txt .title span{
  color:#F0831E;
}
.row2 .txt .tit i{
  display: inline-block;
  width: 30px;
  height: 14px;
  background: url(../images/ico5.png) no-repeat;
  vertical-align: super;
  margin-left: 25px;
}
.row2 .txt .item{
  overflow: hidden;
  line-height: 32px;
}
.row2 .txt .name{
  float: left;
  font-size: 12px;
  font-family: ArialMT;
  color:#B0B0B0;
  margin-right: 15px;
}
.row2 .txt .info{
  overflow: hidden;
  font-size: 15px;
  color:#777777;
}

.row3{
  overflow: hidden;
  padding: 40px 0 90px;
}
.g-case{
  overflow: hidden;
}
.g-case .pic{
  width: 50%;
  float: left;
  height: 364px;
}
.g-case .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-case .txt{
  overflow: hidden;
  float: left;
  width: 50%;
  height: 364px;
  background: #ececec;
}
.g-case .txt .tit{
  font-size: 24px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-case .txt  .line{
  width: 44px;
  height: 4px;
  background: #f0831e;
  margin-bottom: 20px;
}
.g-case .txt .desc{
  font-size: 14px;
  color:#777777;
  line-height: 26px;
  margin-bottom: 10px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 4;
}
.g-case .txt a{
  font-size: 16px;
  color:#333333;
  text-decoration:underline;
}
.m-box1{
  overflow: hidden;
}

.g-case.on .txt,
.g-case:hover .txt{
  background: #0d62bd;
  
}

.g-case.on .txt .tit{
  font-size: 30px;
}
.slidercase .g-case .txt{
  padding: 60px 40px;
}
.g-case.on .txt{
  padding: 51px 40px 40px;
}
.g-case.on .txt .tit,
.g-case.on .txt .desc,
.g-case.on .txt a,
.g-case:hover .txt .tit,
.g-case:hover .txt .desc,
.g-case:hover .txt a{
  color:#fff;
}
.row4{
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color:#fff;
  padding: 52px 0 76px;
  position: relative;
}
.row4::after{
  content:'';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 165px;
  background: rgba(255, 255, 255, 0.4);
}
.row4 .box{
  overflow: hidden;
  margin-bottom: 48px;
}
.row4 .txt{
  float: left;
  font-size: 18px;
  color:#EEEEEE;
}
.row4 .txt .tit{
  font-size: 41px;
  font-weight: bold;
  line-height: 1.35;
  color:#fff;
  margin-bottom: 24px;
}
.row4 .tel{
  float: right;
  width: 243px;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0 12px 49px ;
  background: url(../images/ico13.png) no-repeat left center;
}
.row4 .tel p{
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
}
.ul-list1{
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ul-list1 li{
  width: 118px;
  text-align: center;
  font-size: 16px;
  color:#fff;
}
.ul-list1 .ico{
  width: 118px;
  height: 118px;
  margin:0 auto 12px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  -webkit-background-size: auto;
  background-size: auto;
  border-radius: 50%;
}
.ul-list1 li:hover .ico{
  background-color: #0D62BD;
}
.ul-list1 .ico.i1{
  background-image: url(../images/ico23.png);
}
.ul-list1 .ico.i2{
  background-image: url(../images/ico7.png);
}
.ul-list1 .ico.i3{
  background-image: url(../images/ico8.png);
}
.ul-list1 .ico.i4{
  background-image: url(../images/ico9.png);
}
.ul-list1 .ico.i5{
  background-image: url(../images/ico10.png);
}
.ul-list1 .ico.i6{
  background-image: url(../images/ico11.png);
}
.ul-list1 .ico.i7{
  background-image: url(../images/ico12.png);
}
.ul-list1 li:hover .ico.i1{
  background-image: url(../images/ico6.png);
}
.ul-list1 li:hover .ico.i2{
  background-image: url(../images/ico24.png);
}
.ul-list1 li:hover .ico.i3{
  background-image: url(../images/ico25.png);
}
.ul-list1 li:hover .ico.i4{
  background-image: url(../images/ico26.png);
}
.ul-list1 li:hover .ico.i5{
  background-image: url(../images/ico27.png);
}
.ul-list1 li:hover .ico.i6{
  background-image: url(../images/ico28.png);
}
.ul-list1 li:hover .ico.i7{
  background-image: url(../images/ico29.png);
}
.row5{
  overflow: hidden;
  background: url(../images/bg4.jpg) no-repeat;
  padding: 50px 0 130px;

}
.ul-list2{
    float: right;
    width: 628px;
    overflow: hidden;
    margin:0 -5px;
}
.ul-list2 li{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.ul-list2 .con{
  margin:0 5px;
}
.ul-list2 .pic{
    position: relative;
    height: 0;
    padding-top: 83%;
    overflow: hidden;
}
.ul-list2 .pic img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-list2 .txt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color:#fff;
    font-size: 14px;
    line-height: 1.71;
    padding: 40px 40px 0;
}
.ul-list2 .txt .tit{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-list2 .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 97, 188, .8);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    z-index: 2;
}
.ul-list2 li:hover .line{
    opacity: 1;
}
.ul-list2 i{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 30px;
    background: url(../images/ico15.png) no-repeat center center;
    background-size: cover;
    right: -100px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.ul-list2 li:hover i{
    right: 33px;
}
.m-about{
  overflow: hidden;
}
.g-txt1{
  width: 688px;
  float: left;
  padding-top: 23px;
}
.g-txt1 .en{
  color:rgba(1, 1, 1, .29);
  font-family: Impact;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.g-txt1 .tit{
  font-size: 37px;
  color:#010101;
  padding-left: 104px;
  line-height: 49px;
  margin-bottom: 46px;
  background: url(../images/ico14.png) no-repeat left center;
}
.g-txt1 .line{
  width: 55px;
  height: 2px;
  margin-bottom: 28px;
  background: #0c61bc;
}
.g-txt1 .desc{
  font-size: 16px;
  color:#333333;
  line-height: 2.25;
  margin-bottom: 60px;
}
.g-txt1 a{
  display: block;
  width: 150px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  color:#0C61BC;
  border:1px solid #0C61BC;
  text-align: center; 
  border-radius: 30px;
}


.g-news{
  overflow: hidden;
  margin-bottom: 32px;
}
.g-news .img{
  width: 700px;
  height: 400px;
  float: left;
  position: relative;
  margin-right: 37px;
  background: url(../images/pic8.jpg) no-repeat;
}
.g-news .img .tit{
  position: absolute;
  top: 55px;
  left: 0;
  width: 163px;
  height: 86px;
  padding: 12px 0 0 20px;
  background: #0d62bd;
}
.g-news .img .tit .en{
   color:rgba(255, 255, 255, .21);
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}
.g-news .img .tit .cn{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}
.ul-news{
  overflow: hidden;
}
.ul-news li{
  background: #f4f4f4;
  overflow: hidden;
  padding: 20px 0;
  height: 133px;
}
.ul-news li:nth-child(even){
  background: #f9f9f9;
}
.ul-news .time{
  float: left;
  width: 113px;
  text-align: center;
  border-right: 1px solid #ededed;
  margin-right: 20px;
}
.ul-news .time{
  font-size: 45px;
  color:#666666;
  font-weight: bold;
  font-family: Arial;
}
.ul-news .yh{
  font-family: ArialMT;
  font-size: 14px;
  color:#666;
}
.ul-news .txt{
  overflow: hidden;
  padding-top: 8px;
  padding-right: 35px;
}
.ul-news .tit{
  font-size: 16px;
  color:#333333;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-news .desc{
  font-size: 14px;
  color:#999999;
  line-height: 1.71;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}

.g-wd .title .cn{
  font-size: 24px;
  color:#333333;
  font-weight: bold;
}
.g-wd .title .en{
  font-size: 14px;
  color:#333333;
  font-weight: bold;
  text-transform: uppercase;
}
.ul-wd{
    overflow: hidden;
    padding: 22px 0 90px;
    margin: 0 -45px;
}
.ul-wd li{
    width: 33.333%;
    float: left;
}
.ul-wd  a{
  display: block;
  margin: 0 45px;
}
.ul-wd li .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 14px;
    background: url(../images/ico16.png) no-repeat left center;
}
.ul-wd .desc{
    font-size: 13px;
    color:#999999;
    line-height: 1.85;
    margin-bottom: 40px;
}
.ul-wd .time{
    font-size: 14px;
    color:#999999;
    text-align: right;
    background: url(../images/pic9.jpg) no-repeat left center;
}


.footer{
  overflow: hidden;
  background: #0E67C6;
  color:#fff;
  padding: 48px 0 30px;
}
.footer .info{
  overflow: hidden;
  margin-bottom: 10px;
}
.footer .img{
  width: 509px;
  height: 59px;
  margin-bottom: 35px;
  background: url(../images/ico17.png) no-repeat;
   -webkit-background-size: contain;
    background-size: contain;
}
.footer .txt{
  width: 520px;
  float: left;
}
.footer .box{
    overflow: hidden;
}
.footer .box .item{
    float: left;
}
.footer .box .item:nth-child(1){
    margin-right: 69px;
}
.footer .txt .item{
    overflow: hidden;
    padding-left: 71px;
    padding-top: 2px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;

}
.footer .txt .item span{
  font-size: 27px;
  font-family: Impact;
}
.footer .txt .item .en{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.fd-form{
  float: right;
  width: 590px;
}
.fd-form .title .en{
  color:rgba(255, 255, 255, .3);
  font-family: Impact;
  font-size: 33px;
  line-height: 1.1;
  text-transform: uppercase;
}
.fd-form .title .cn{
  font-size: 28px;
  font-weight: bold;
  color:#fff;
  margin-bottom: 23px;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 15.94px;
}
.fd-form .item .inp-box{
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 50px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 27px;
    font-size: 14px;
    color:#333;
}
.fd-form .item .inp::placeholder{
    color:#666;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height: 81px;
    overflow: hidden;
    width: 100%;
    padding: 10px 27px 0;
}
.fd-form .item textarea::placeholder{
    color:#666;
}
.fd-form .item.tj .inp-box{
    width: 135.94px;
    margin-right: 0;
}
.fd-form .item.tj .yanzheng{
    float: left;
    margin-right: 0;
    width: 107px;
  height: 50px;
  background: #a8cdec;
  text-align: center;
  line-height: 50px;
}
.fd-form .item.tj img{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 30px;
}
.fd-form .item .btn{
    display: block;
    height: 44.93px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #F0831E;
    cursor: pointer;
}

.links{
  overflow: hidden;
  background: #343434;
  padding: 30px 0;
}
.links .name{
  float: left;
  font-size: 51px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.1;
  margin-right: 30px;
  text-transform: uppercase;
}
.links .link{
  overflow: hidden;
}
.links .link a{
  display: inline-block;
  color:#fff;
  margin-right: 30px;
  line-height: 2;
}
.copy span,.copy a{
  font-size: 14px;
  color:#fff;
  display: inline-block;
  margin-right: 5px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1870px) {

 .hdtel{width: 250px;}
 .header{padding-left: 0;padding-right: 250px;}
 .nav li .v1{margin: 0 15px;}
}
@media only screen and (max-width: 1700px) {
  .wp2{width: 1400px;}

   .nav li .v1{font-size: 15px;}
  .sliderpro .swiper-slide{padding: 15px;}
}
@media only screen and (max-width: 1600px) {
  .g-video{left: 160px;}
  .hdtel{font-size: 16px;width: 220px;}
  .hdtel span{font-size: 18px;}
  .nav li .v1{margin:0 10px;}
  .header{padding-right: 220px;}
}
@media only screen and (max-width: 1430px) {
  .wp,.wp2{width: 1200px;}
 .hdtel{display: none;}
 .header{padding: 0 50px;}
 .logo{line-height: 100px;max-height: 100px;}
 .nav li .v1{line-height: 100px;}
 body{padding-top: 100px;}
 .header{height: 100px;}
 .row2 .txt .tit{font-size: 36px;padding-bottom: 20px;margin-bottom: 20px;}
 .row2 .txt{width: 700px;padding:50px 100px 50px 50px;background-position: right 0 bottom 20px;}
 .row2 .txt .en{font-size: 30px;}
 .row2 .txt .info{font-size: 14px;}
 .row2 .txt .item{line-height: 26px;}
 .ul-tab li{line-height: 56px;}
 .g-txt1{width: 500px;padding-top: 0;}
 .row1,.row3,.row4,.row5,.row6{padding: 50px 0;}
 .m-slider1{margin-bottom: 50px;}
 .row4 .txt .tit{font-size: 34px;margin-bottom: 10px;}
 .g-txt1 .tit{font-size: 34px;}
 .ul-wd a{margin:0 15px;}
 .ul-wd{margin:0 -15px;padding: 20px 0 0;}
 .g-video{width: 64px;height: 64px;background: url(../images/video2.png) no-repeat;right: 40px;top: 66px;left:auto;margin-top: 0;}
 .logo{max-width: 400px;}
}
@media only screen and (max-width: 1350px) {
   .g-tit{-webkit-background-size: 0 0;background-size: 0 0;padding-top: 0;}
   .g-tit .cn{font-size: 26px;}

}
@media only screen and (max-width: 1230px) {
    .header{display: none;}
    .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  
  .wp,.wp2{width: auto;padding: 0 15px;}
  .sliderpro.swiper-container{margin-top: 30px;}
  .sliderpro .txt{width: 220px;}
  .m-slider1 .l{width: auto;float: none;margin-right: 0;}
  .ul-tab{overflow: hidden;margin-bottom: 20px;padding: 10px 0;}
  .ul-tab li:hover{background: none;}
  .ul-tab li{float: left;background: none;width: 25%;padding: 0 15px;line-height: 50px;}
  .g-title1{display: none;}
  .m-slider1 .l .more{display: none;}
  .m-box1 .g-case{width: auto;float: none;margin-top: 10px;}
  .m-box1 .g-case:last-child{display: none;}
  .row4::after{display: none;}
  .row4 .txt{width: 600px;}
  .row4 .txt .tit{font-size: 26px;}
  .g-txt1{width: auto;float: none;margin-bottom: 30px;}
  .ul-list2{width: auto;float: none;}
  .ul-list2 li{width: 25%;}
  .ul-list2 .txt{padding: 15px ;}
  .ul-list2 .txt .tit{font-size: 20px;margin-bottom: 0;}
  .g-txt1 .en{display: none;}
  .g-txt1 .desc{margin-bottom: 20px;font-size: 14px;}
  .row1, .row3, .row4, .row5, .row6{padding: 30px 0;}
  .g-news .img{display: none;}
  .footer .txt{width: auto;float: none;}
  .fd-form{width: auto;float: none;margin-bottom: 20px;}
  .fd-form .title .en{display: none;}
  .fd-form .title .cn{font-size: 24px;}
  .g-case.on{display: none;}
  body{padding: 60px 0 53px;}
  .banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;}
}
@media only screen and (max-width: 1023px) {

 .row2{padding: 30px 0;}
 .row1,.row4,.row3,.row5{padding: 30px 0;}

  .sliderpro .txt{width: calc(100% - 200px);}
  .g-tit .en{display: none;}
  .g-tit .cn{font-size: 22px;margin-top: 0;margin-bottom: 4px;}
  .g-pictxt1{padding: 20px;margin-bottom: 20px;}
  .g-pictxt1 .en{font-size: 30px;}
  .g-pictxt1 .cn{font-size: 22px;margin-bottom: 4px;}
  .g-pictxt1 .t1{font-size: 18px;margin-bottom: 8px;}
  .row2 .txt{width: auto;padding: 20px;background-image: none;}
  .ul-list1 .ico{width: 60px;height: 60px;-webkit-background-size: 50%;
  background-size: 50%;}
  .ul-list1 li{width: 60px;font-size: 12px;}
  .row4 .txt{width: auto;float: none;margin-bottom: 20px;font-size: 14px;}
  .row4 .tel{width: auto;float: none;}
  .row4 .box{margin-bottom: 20px;}
  .row4 .txt .tit{font-size: 22px;}
  .g-txt1 .tit{font-size: 22px;margin-bottom: 16px;}
  .g-txt1 .line{margin-bottom: 20px;}
  .links .name{width: auto;float: none;}
.links{padding: 10px 0;}
} 
@media only screen and (max-width: 960px) {
.ul-wd li{width: auto;float: none;margin-bottom: 15px;}
.ul-wd .desc{margin-bottom: 20px;}
.g-wd .title .cn{font-size: 22px;}
.ul-list2 li{width: 50%;}
.row6{padding-top: 0;}
}
@media only screen and (max-width: 767px) {
.g-case .pic{width: 100%;float: none;height: auto;}
.g-case .txt{width: auto;float: none;height: auto;padding: 15px;}

.slidercase .g-case .txt{padding: 15px;}
.g-case .txt .tit{font-size: 18px;margin-bottom: 6px;}
.fd-form .item .btn{clear:left;width: 100%;margin-top: 15px;}
.fd-form .title .cn{font-size: 20px;}
.footer .img{width: auto;margin-bottom: 20px;}

.footer{padding: 20px 0;}
.ul-news .time{width: 92px;margin-right: 10px;}
.ul-news .txt{padding-right: 15px;}
.g-tit{margin-bottom: 20px;}
.row2 .txt .en{font-size: 24px;}
.row2 .txt .cn{font-size: 16px;}
.row2 .txt .tit{font-size: 22px;}
.m-slider1{margin-bottom: 20px;}
.fd-form .item{clear:left;width: 100%;margin-right: 0;float: none;}
.fd-form .item.tj .inp-box{width: calc(100% - 107px);}
}
@media only screen and (max-width: 500px) {
.sliderpro .pic{-webkit-background-size: contain;
background-size: contain;bottom: 0;top: auto;bottom:10px;height: 80px;width: 100px;}
.sliderpro .swiper-slide{padding: 10px;height: 170px;}

.sliderpro .txt{width: auto;padding: 0 15px 15px;}
.ul-tab li{width: 50%;}
.g-pictxt1 .en{font-size: 22px;}
.g-more{width: auto;}
.g-more .a1{width: calc(100% - 156px);font-size: 14px;}
.footer .txt .item{padding-left: 46px;}
.ul-list2 .txt .tit{font-size: 16px;}
.ul-list2 .txt{font-size: 12px;padding:6px 10px ;}
.ul-list1 li{width: 25%;float: left;margin-bottom: 10px;}
.ul-list1{display: block;}
.ul-list1 .ico{margin-bottom: 6px;}
.row4{padding-bottom: 20px;}
.ul-list2 .pic{padding-top: 100%;}
.links .name{font-size: 34px;}
.g-pictxt1{display: none;}

}
  

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  #floatBottom{display: block;}
.header{display: none;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0..3);

}
.logo{height: 60px;line-height: 60px;width: 260px;}

 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }


    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
       padding: 10px 0;
    background-color: #082E8F;
    display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
}


.slidernew.swiper-container{
  padding-bottom: 50px;
}
.slidernew .pic{
  border:1px solid #dadada;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 55%;
  margin-bottom: 16px;
}
.slidernew .time{
  color:#666666;
  margin-bottom: 16px;
}
.slidernew .tit{
  font-size: 16px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}  
.slidernew  .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
}
